| Method | Request URI |
|---|---|
| PUT | /API/Token/PromoteToGlobal/?id=value&sessionId=value |
| URI Parameter | Description |
|---|---|
| id | The ID of the token to promote. |
| sessionId | The ID of the session. Specifying via an Authorization request header instead is recommended. |
| Authorization: Bearer <Current session ID> |